翻訳と辞書
Words near each other
・ Process-centered design
・ Process-data diagram
・ Process-driven application
・ Process-oriented programming
・ Process-oriented psychology
・ Process.h
・ Processability theory
・ Processed Beats
・ Processed Book Project
・ Processed cheese
・ Processed meat
・ Processed Vegetable Growers' Association
・ Processed World (magazine)
・ Processidae
・ Processing (Chinese materia medica)
Processing (programming language)
・ Processing amplifier
・ Processing and Control News Europe
・ Processing delay
・ Processing fluency
・ Processing fluency theory of aesthetic pleasure
・ Processing Instruction
・ Processing Magazine
・ Processing medium
・ Processing modes
・ Processing.js
・ Procession
・ Procession (album)
・ Procession (band)
・ Procession (disambiguation)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Processing (programming language) : ウィキペディア英語版
Processing (programming language)

Processing is an open source programming language and integrated development environment (IDE) built for the electronic arts, new media art, and visual design communities with the purpose of teaching the fundamentals of computer programming in a visual context, and to serve as the foundation for electronic sketchbooks. The project was initiated in 2001 by Casey Reas and Benjamin Fry, both formerly of the Aesthetics and Computation Group at the MIT Media Lab. One of the stated aims of Processing is to act as a tool to get non-programmers started with programming, through the instant gratification of visual feedback. The language builds on the Java language, but uses a simplified syntax and graphics programming model. In 2012, they started the Processing Foundation along with Daniel Shiffman, who formally joined as a third project lead.
==Features==

Processing includes a ''sketchbook'', a minimal alternative to an integrated development environment (IDE) for organizing projects.
Every Processing sketch is actually a subclass of the (PApplet ) Java class which implements most of the Processing language's features.
When programming in Processing, all additional classes defined will be treated as inner classes when the code is translated into pure Java before compiling. This means that the use of static variables and methods in classes is prohibited unless you explicitly tell Processing that you want to code in pure Java mode.
Processing also allows for users to create their own classes within the PApplet sketch. This allows for complex data types that can include any number of arguments and avoids the limitations of solely using standard data types such as: int (integer), char (character), float (real number), and color (RGB, ARGB, hex).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Processing (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.